type runtime.mLockProfile
6 uses
runtime (current package)
mprof.go#L715: type mLockProfile struct {
mprof.go#L724: func (prof *mLockProfile) recordLock(cycles int64, l *mutex) {
mprof.go#L768: func (prof *mLockProfile) recordUnlock(l *mutex) {
mprof.go#L777: func (prof *mLockProfile) captureStack() {
mprof.go#L820: func (prof *mLockProfile) store() {
runtime2.go#L602: mLockProfile mLockProfile // fields relating to runtime.lock contention
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |